
An EtherCAT master that works is EtherCAT Explorer,
but with that program you work with individual bytes,
so you have to use some program for converting them from/to
integers and floats.

Look at the structs in rfgenerator.h file to see the data layout.
A float is 4 bytes and keep in mind that everything is little endian.
